home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / AppleScript / Development Tools / Interfaces / AppleScript 1.1 Interfaces / CIncludes / OSAComp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-27  |  1.4 KB  |  55 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        OSAComp.h
  3.  
  4.     Copyright:    © 1984-1993 by Apple Computer, Inc., all rights reserved.
  5.  
  6.     WARNING
  7.     This file was auto generated by the interfacer tool. Modifications
  8.     must be made to the master file.
  9.  
  10. */
  11.  
  12. #ifndef __OSAComp__
  13. #define __OSAComp__
  14.  
  15. #ifndef __OSA__
  16. #include <OSA.h>
  17. /*    #include <AppleEvents.h>                                    */
  18. /*        #include <Types.h>                                        */
  19. /*            #include <ConditionalMacros.h>                        */
  20. /*            #include <MixedMode.h>                                */
  21. /*                #include <Traps.h>                                */
  22. /*        #include <Memory.h>                                        */
  23. /*        #include <OSUtils.h>                                    */
  24. /*        #include <Events.h>                                        */
  25. /*            #include <Quickdraw.h>                                */
  26. /*                #include <QuickdrawText.h>                        */
  27. /*                    #include <IntlResources.h>                    */
  28. /*        #include <EPPC.h>                                        */
  29. /*            #include <PPCToolBox.h>                                */
  30. /*                #include <AppleTalk.h>                            */
  31. /*            #include <Processes.h>                                */
  32. /*                #include <Files.h>                                */
  33. /*                    #include <SegLoad.h>                        */
  34. /*        #include <Notification.h>                                */
  35. /*    #include <AEObjects.h>                                        */
  36. /*    #include <Components.h>                                        */
  37. #endif
  38.  
  39. #ifdef __cplusplus
  40. extern "C" {
  41. #endif
  42.  
  43. extern pascal OSErr OSAGetStorageType(Handle scriptData, DescType *type);
  44. extern pascal OSErr OSAAddStorageType(Handle scriptData, DescType type);
  45. extern pascal OSErr OSARemoveStorageType(Handle scriptData);
  46.  
  47. ////////////////////////////////////////////////////////////////////////////////
  48.  
  49. #ifdef __cplusplus
  50. }
  51. #endif
  52.  
  53. #endif
  54.  
  55.